home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tk / dialog.z / dialog
Text File  |  1998-10-30  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4. ttttkkkk____ddddiiiiaaaalllloooogggg((((3333TTTTkkkk))))                                                  ttttkkkk____ddddiiiiaaaalllloooogggg((((3333TTTTkkkk))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      tk_dialog - Create modal dialog and wait for response
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ttttkkkk____ddddiiiiaaaalllloooogggg _w_i_n_d_o_w _t_i_t_l_e _t_e_x_t _b_i_t_m_a_p _d_e_f_a_u_l_t _s_t_r_i_n_g _s_t_r_i_n_g ...
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This procedure is part of the Tk script library.  Its arguments describe
  17.      a dialog box:
  18.  
  19.      _w_i_n_d_o_w
  20.           Name of top-level window to use for dialog.  Any existing window by
  21.           this name is destroyed.
  22.  
  23.      _t_i_t_l_e
  24.           Text to appear in the window manager's title bar for the dialog.
  25.  
  26.      _t_e_x_t Message to appear in the top portion of the dialog box.
  27.  
  28.      _b_i_t_m_a_p
  29.           If non-empty, specifies a bitmap to display in the top portion of
  30.           the dialog, to the left of the text.  If this is an empty string
  31.           then no bitmap is displayed in the dialog.
  32.  
  33.      _d_e_f_a_u_l_t
  34.           If this is an integer greater than or equal to zero, then it gives
  35.           the index of the button that is to be the default button for the
  36.           dialog (0 for the leftmost button, and so on).  If less than zero or
  37.           an empty string then there won't be any default button.
  38.  
  39.      _s_t_r_i_n_g
  40.           There will be one button for each of these arguments.  Each _s_t_r_i_n_g
  41.           specifies text to display in a button, in order from left to right.
  42.  
  43.      After creating a dialog box, ttttkkkk____ddddiiiiaaaalllloooogggg waits for the user to select one
  44.      of the buttons either by clicking on the button with the mouse or by
  45.      typing return to invoke the default button (if any).  Then it returns the
  46.      index of the selected button:  0 for the leftmost button, 1 for the
  47.      button next to it, and so on.
  48.  
  49.      While waiting for the user to respond, ttttkkkk____ddddiiiiaaaalllloooogggg sets a local grab.  This
  50.      prevents the user from interacting with the application in any way except
  51.      to invoke the dialog box.
  52.  
  53.  
  54. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  55.      bitmap, dialog, modal
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.